home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
EARTHQUEST™ TOUR Demo
/
EARTHQUEST™ tour
/
EARTHQUEST™ tour
/
card_2103.txt
< prev
next >
Wrap
Text File
|
1990-08-03
|
23KB
|
1,157 lines
-- card: 2103 from stack: in
-- bmap block id: 2508
-- flags: 4000
-- background id: 7776
-- name: Recording Studio
----- HyperTalk script -----
Painting
What we create
Doi
dan
on startRecording
global rec
--set the name of btn id 33 to "STOP RECORD"
put empty into cd fld scorez
put "Start New Song" into card field "sign"
end startRecording
on test
repeat with x = 1 to the number of btns
if the style of btn x is "shadow" then
set the height of btn x to 17
end if
end repeat
end test
on setit
global noteo
set the highlite of btn noteo to false
put the short name of the target into noteo
set the highlite of the target to true
end setit
on closecard
global noteo
put noteo into cd fld holding
end closecard
on opencard
global noteo
put cd fld holding into noteo
pass opencard
end opencard
on showme icono
if icono is empty then put the short name of the target into icono
set the icon of btn picture to icono
end showme
on mousedown
hide cd fld shouldbe
pass mousedown
end mousedown
on playme notez
global noteo, displayo
if notez is empty then put noteo into notez
if displayo is "true" then put the short name of the target&¬ez into cd fld sign
put "play"&"e & the short name of the target& quote &¬ez after noteToPlay
--put noteToPlay
do noteToPlay
put "play"&"e & the short name of the target& quote &¬ez&return after cd fld scorez
wait until the sound is "done"
lock screen
put empty into cd fld sign
unlock screen with visual dissolve
end playme
get the mouseloc
put it into whereclicked
put the short name of the Target into card field sign
put the rect of the target into holding
put (item 4 of holding-item 2 of holding)/6 into yvalue
--a note
put holding into arect
add yvalue to item 4 of arect
put arect
--a note
put holding into brect
add 2*yvalue to item 4 of brect
--a note
put holding into crect
add 3*yvalue to item 4 of crect
put "c" into notez
--a note
put holding into drect
add 4*yvalue to item 4 of drect
put "d" into notez
--a note
put holding into erect
add 5*yvalue to item 4 of erect
put "e" into notez
--a note
put holding into frect
add 6*yvalue to item 4 of frect
put "f" into notez
put whereclicked after msg
if whereclicked is within arect then
put "A" after cd fld sign
put "play"&&The short name of the target&&"A" into thesound
play thesound
put arect after msg
else if whereclicked is within arect then
put "B" after cd fld sign
put "play"&&The short name of the target&&"B" into thesound
play thesound
put brect after msg
else if whereclicked is within arect then
put "C" after cd fld sign
put "play"&&The short name of the target&&"C" into thesound
play thesound
put crect after msg
else if whereclicked is within arect then
put "D" after cd fld sign
put "play"&&The short name of the target&&"D" into thesound
play thesound
put drect after msg
else if whereclicked is within arect then
put "E" after cd fld sign
put "play"&&The short name of the target&&"E" into thesound
play thesound
put erect after msg
else if whereclicked is within arect then
put "F" after cd fld sign
put "play"&&The short name of the target&&"F" into thesound
play thesound
put frect after msg
end if
wait until the sound is "done"
lock screen
put empty into cd fld sign
unlock screen with visual dissolve
-- part 23 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=89 top=182 right=194 bottom=127
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Acoustic Guitar
----- HyperTalk script -----
on mouseUp
playme b
end mouseUp
-- part 24 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=88 top=168 right=180 bottom=116
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Acoustic Guitar
----- HyperTalk script -----
on mouseUp
playme a
end mouseUp
-- part 25 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=88 top=156 right=168 bottom=118
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Acoustic Guitar
----- HyperTalk script -----
on mouseUp
playme f
end mouseUp
-- part 27 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=83 top=145 right=157 bottom=150
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Acoustic Guitar
----- HyperTalk script -----
on mouseUp
playme e
end mouseUp
-- part 29 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=77 top=133 right=147 bottom=124
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Acoustic Guitar
----- HyperTalk script -----
on mouseUp
playme d
end mouseUp
-- part 30 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=123 top=132 right=144 bottom=166
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Acoustic Guitar
----- HyperTalk script -----
on mouseUp
playme d
end mouseUp
-- part 31 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=75 top=114 right=137 bottom=161
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Acoustic Guitar
----- HyperTalk script -----
on mouseUp
playme c
end mouseUp
-- part 33 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=299 top=259 right=279 bottom=403
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: NEW SONG
----- HyperTalk script -----
on mouseUp
startRecording
set the hilite of me to false
end mouseUp
if the short name of me is "NEW SONG" then
set the name of me to "RECORDING"
else
set the name of me to "NEW SONG"
end if
-- part 34 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=410 top=259 right=279 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: PLAYBACK
----- HyperTalk script -----
on mouseUp
put "Playback" into card fld "sign"
Repeat with x = 1 to the number of lines in cd field scorez
do line x of cd field scorez
--showme (word 2 of cd field scorez)
-- put word 2 to (the number of words of line x of cd fld scorez) --of line x of cd field scorez into card fld sign
wait until the sound is "done"
end repeat
put empty into cd fld sign
set the hilite of me to false
end mouseUp
-- part 35 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=149 top=20 right=323 bottom=330
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: scorez
-- part 80 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=35 top=289 right=307 bottom=180
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 2304
-- line height: 13
-- part name: sign
-- part 81 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=408 top=0 right=51 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
parent
end mouseUp
-- part 82 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=299 top=168 right=185 bottom=352
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Bird
----- HyperTalk script -----
on mouseUp
playme
showme
end mouseUp
-- part 83 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=357 top=222 right=239 bottom=410
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Frog
----- HyperTalk script -----
on mouseUp
playme
showme
end mouseUp
-- part 84 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=116 top=174 right=186 bottom=153
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Acoustic Guitar
----- HyperTalk script -----
on mouseUp
playme b
end mouseUp
-- part 85 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=115 top=163 right=175 bottom=143
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Acoustic Guitar
----- HyperTalk script -----
on mouseUp
playme a
end mouseUp
-- part 86 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=117 top=153 right=165 bottom=144
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Acoustic Guitar
----- HyperTalk script -----
on mouseUp
playme f
end mouseUp
-- part 87 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=152 top=115 right=177 bottom=210
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
show cd field "shouldbe"
end mouseUp
-- part 89 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=357 top=204 right=221 bottom=410
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Geese
----- HyperTalk script -----
on mouseUp
playme
showme
end mouseUp
-- part 90 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=357 top=186 right=203 bottom=410
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Thrush
----- HyperTalk script -----
on mouseUp
playme
showme
end mouseUp
-- part 91 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=73 top=13 right=51 bottom=113
-- title width / last selected line: 0
-- icon id / first selected line: 12473 / 12473
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
exit mouseup
end mouseUp
-- part 97 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=299 top=222 right=239 bottom=352
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Dog
----- HyperTalk script -----
on mouseUp
playme
showme
end mouseUp
-- part 102 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=299 top=204 right=221 bottom=352
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Hawk
----- HyperTalk script -----
on mouseUp
playme
showme
end mouseUp
-- part 103 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=299 top=186 right=203 bottom=352
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Wind
----- HyperTalk script -----
on mouseUp
playme
showme
end mouseUp
-- part 104 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=357 top=168 right=185 bottom=410
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Water
----- HyperTalk script -----
on mouseUp
playme
showme
end mouseUp
-- part 105 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=415 top=168 right=185 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Skillsaw
----- HyperTalk script -----
on mouseUp
playme
showme
end mouseUp
-- part 88 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=254 top=109 right=185 bottom=464
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: Shouldbe
-- part 107 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=232 top=212 right=233 bottom=260
-- title width / last selected line: 0
-- icon id / first selected line: 707 / 707
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: picture
----- HyperTalk script -----
on mouseUp
set the icon of me to 0
end mouseUp
-- part 110 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=415 top=204 right=221 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Factory Whistle
----- HyperTalk script -----
on mouseUp
playme
showme whistle
end mouseUp
-- part 111 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=415 top=222 right=239 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Spanish
----- HyperTalk script -----
on mouseUp
playme
showme 25719
end mouseUp
-- part 112 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=479 top=162 right=176 bottom=500
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: A3
----- HyperTalk script -----
on mouseUp
setit
end mouseUp
-- part 113 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=480 top=177 right=191 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: B3
----- HyperTalk script -----
on mouseUp
setit
end mouseUp
-- part 114 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=480 top=191 right=203 bottom=494
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: C
----- HyperTalk script -----
on mouseUp
setit
end mouseUp
-- part 115 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=480 top=204 right=216 bottom=494
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: D
----- HyperTalk script -----
on mouseUp
setit
end mouseUp
-- part 116 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=480 top=217 right=229 bottom=494
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: E
----- HyperTalk script -----
on mouseUp
setit
end mouseUp
-- part 117 (button)
-- low flags: 00
-- high flags: C000
-- rect: left=480 top=230 right=242 bottom=494
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: F
----- HyperTalk script -----
on mouseUp
setit
end mouseUp
-- part 119 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=480 top=244 right=256 bottom=494
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name: G
----- HyperTalk script -----
on mouseUp
setit
end mouseUp
-- part 120 (field)
-- low flags: 80
-- high flags: 0000
-- rect: left=11 top=7 right=46 bottom=49
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: holding
-- part 121 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=9 top=285 right=304 bottom=30
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: fieldswitch
----- HyperTalk script -----
on mouseUp
global displayo
if displayo is "true" then
put "false" into displayo
put "Display Off" into card fld "sign"
else
put "true" into displayo
put "Display On" into card fld "sign"
end if
end mouseUp
-- part 122 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=299 top=240 right=257 bottom=352
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cough
----- HyperTalk script -----
on mouseUp
playme
showme
end mouseUp
-- part 123 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=357 top=240 right=257 bottom=410
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Click
----- HyperTalk script -----
on mouseUp
playme
showme
end mouseUp
-- part 124 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=415 top=240 right=257 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: full Orchestra
----- HyperTalk script -----
on mouseUp
playme
showme orchestra
end mouseUp
-- part 126 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=415 top=186 right=203 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: hammering
----- HyperTalk script -----
on mouseUp
playme
showme 29612
end mouseUp
-- part 127 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=255 top=91 right=121 bottom=292
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: full orchestra
----- HyperTalk script -----
on mouseUp
visual iris open to inverse
go this card
playme
showme orchestra
end mouseUp
-- part 128 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=215 top=261 right=277 bottom=238
-- title width / last selected line: 0
-- icon id / first selected line: 1835 / 1835
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: lefto
----- HyperTalk script -----
on mouseUp
end mouseUp
226,267
on mousestilldown
set the bottom of me to the mousev+8
if the top of me < 259 then set the top of me to 259
if the bottom of me > 301 then set the bottom of me to 301
end mousestilldown
-- part 129 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=247 top=11 right=51 bottom=288
-- title width / last selected line: 0
-- icon id / first selected line: 2002 / 2002
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: billyboy
----- HyperTalk script -----
on mouseUp
set the loc of me to 267,31
set the hilite of me to false
end mouseUp
226,267
on mousestilldown
set the loc of me to the mouseloc
if the top of me > 11 then set the top of me to 11
set the left of me to the mouseh
set the hilite of me to not the hilite of me
if the bottom of me >51 then set the bottom of me to 51
end mousestilldown
on mousestilldown
set the bottom of me to the mousev+8
if the top of me > 11 then set the top of me to 11
set the hilite of me to not the hilite of me
if the bottom of me >51 then set the bottom of me to 51
end mousestilldown
-- part 130 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=239 top=270 right=286 bottom=262
-- title width / last selected line: 0
-- icon id / first selected line: 1835 / 1835
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: lefto
----- HyperTalk script -----
on mouseUp
end mouseUp
226,267
on mousestilldown
set the bottom of me to the mousev+8
if the top of me < 259 then set the top of me to 259
if the bottom of me > 301 then set the bottom of me to 301
end mousestilldown
-- part 131 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=263 top=270 right=286 bottom=286
-- title width / last selected line: 0
-- icon id / first selected line: 1835 / 1835
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: lefto
----- HyperTalk script -----
on mouseUp
end mouseUp
226,267
on mousestilldown
set the bottom of me to the mousev+8
if the top of me < 259 then set the top of me to 259
if the bottom of me > 301 then set the bottom of me to 301
end mousestilldown
-- part 132 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=77 top=322 right=340 bottom=145
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: info
----- HyperTalk script -----
on mousedown
end mousedown
-- part contents for background part 61
----- text -----
Recording Studio
-- part contents for card part 88
----- text -----
The Acoustic Guitar Should be played by picking the strings over the hole
-- part contents for card part 120
----- text -----
F
-- part contents for card part 35
----- text -----
play "Acoustic Guitar" b
play "Frog" F
play "Dog" F
play "Dog" D
play "Dog" F